home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / funct2.dxr / 00032.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  296 b   |  15 lines

  1. on mouseUp
  2.   set the cursor of sprite 2 to 0
  3.   set the cursor of sprite 3 to 0
  4.   set the cursor of sprite 4 to 0
  5.   set the cursor of sprite 5 to 0
  6.   set the cursor of sprite 6 to 0
  7.   set the cursor of sprite 7 to 0
  8.   set the cursor of sprite 8 to 0
  9.   go("Def11")
  10. end
  11.  
  12. on mouseDown
  13.   button()
  14. end
  15.